Skip to content

Fix uv venv py-version#13

Merged
keshprad merged 4 commits into
NVIDIA:mainfrom
lrecknagel:patch-1
Jun 10, 2026
Merged

Fix uv venv py-version#13
keshprad merged 4 commits into
NVIDIA:mainfrom
lrecknagel:patch-1

Conversation

@lrecknagel

Copy link
Copy Markdown
Contributor

Added pin to python 3.13 for uv venv as make install do not complete with python >3.13

Added pin to python 3.13 for uv venv as make install do not complete with python >3.13
Comment thread README.md Outdated

# Create and activate virtual environment
uv venv .venv && source .venv/bin/activate
uv venv .venv --python 3.13 source .venv/bin/activate

@keshprad keshprad Jun 10, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lrecknagel Thanks for catching this! Instead of changing in the readme, we should change in the pyproject.toml

Currently we are using >=3.12

Let's change to >=3.12 and < 3.14

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure that makes totally sense :)
Thanks for the adjust and the merge!

@keshprad
keshprad self-requested a review June 10, 2026 19:02
@keshprad
keshprad merged commit 1a7bf02 into NVIDIA:main Jun 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants